home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
005
/
product.arc
/
MACRO56.MNU
< prev
next >
Wrap
Text File
|
1986-09-22
|
380b
|
11 lines
[SLOT ]^C^C(Setq P1 (Getpoint+
"Insertion point of slot: "));\+
(Setq A (Getdist P1 "Radius: "));\+
(Setq B (Getdist P1 "Length: "));\+
(Setq C (Getangle P1 "Angle: "));\+
Arc;C;!P1;(Polar P1 (+ (/ Pi 2) C) A);+
A;180;Line;;(Polar (Getvar "Lastpoint")+
A B);;Arc;;(Polar (Getvar "Lastpoint")+
(+ (/ Pi 2) C) (* 2 A));Line;;(Polar+
(Getvar "Lastpoint") (+ Pi C) B);;